home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / maths / equator / !Equator / !Help / ReadMe < prev    next >
Encoding:
Text File  |  1992-12-27  |  1.6 KB  |  65 lines

  1. Equator - General Quadratic Equation Solver
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. © Shanawaz Basith, 1992
  4.  
  5. Program         : Equator
  6. Author          : Shanawaz Basith
  7. Date            : 9 December 1992
  8. Version         : 1.00
  9. Bugs            : What?
  10.  
  11. This program simply solves quadratic equations by using the formula for 
  12. solving general quadratic equations of the form :
  13.  
  14. ax² + bx + c = 0, where a is not equal to 0.
  15.  
  16. The formula is :
  17.           _________
  18.     -b ± € b² - 4ac
  19. x = ———————————————
  20.           2a
  21.  
  22. The inputs boxes are the three at the top under the 'User Inputs' label.  
  23. Input can be of the form
  24.  
  25.     0.12
  26.     1.23
  27.     .120
  28.     1223
  29.  
  30. the value of 'a' is default to 1, all negative numbers also work. Please make
  31. sure you type in the values correctly, i.e, an equation like 12x²-6x-12, the
  32. value of a is 12, b is -6 (note the sign) and c is -12.
  33.  
  34. If you are happy with the inputs then click on the 'Solve' icon, or 'Cancel'
  35. to lose the window, or 'Clear' to reset the inputs.
  36.  
  37. The program will generate two solutions in the solutions boxes, or will 
  38. print 'No Solution' if a solution does not exist.
  39.  
  40. The three icons under the 'Tools' heading are just there for very lazy people
  41. Click on them to get the appropriate effect.
  42.  
  43. The iconbar menu has a standard info and quit menu tree.
  44.  
  45. The program will require about 64k of free space.
  46.  
  47. The program is PUBLIC DOMAIN, but I retain the copyright to the program and 
  48. all its files, if this right is breached at any time, then may you fry in 
  49. hell.
  50.  
  51. If you find the program useful or have suggestions for improvement or wish 
  52. to chat then write to me :
  53.  
  54. Shanawaz Basith
  55. 196 Burgess Road
  56. Bassett
  57. Southampton
  58. SO2 3AY.
  59.  
  60. Bye.
  61.  
  62.  
  63.  
  64.  
  65.